@charset "utf-8";
/* CSS Document */

body{ 
margin: 0;
padding: 0;
background:url(../images/bg.jpg) scroll 0 0; 
font:13px Arial, Helvetica, sans-serif; 
color:#323232;
width:100%;
height:auto;
z-index:-1;
text-decoration:none; 
}
p{
 font:Verdana;
 font-size:9px;
 font-style:normal;
 font-size:12px;	
}
#main {
	/*background:url(../images/bgmainsmall.png) no-repeat center top;;*/
	width:960px;
	height:1030px;
	margin: 0 auto;
	margin-top:0px;
	padding: 0 0 0 0px;
	z-index:1;
	}
	
.columtop {
	width:960px;
	background-image:url(../images/inner%20page%20main%203.jpg);
	margin-left:0px;
	margin-top:15px;
	height:755px;
	/*border-bottom: 2px solid #c9b5a7;*/
}
.colummidle {
	width:900px;
	margin-left:30px;
	height:380px;
	/*border-bottom: 2px solid #c9b5a7;*/
}

.nav-holder{
	/*background:url(../images/bg-shadow.png) no-repeat 100% 100%;*/
	margin:0 0 0 0;
	padding:0 3px 29px 0;
	width:206px;
	height:180px;
	margin-top:-30px;
}
.nav-frame{
	padding:0px 7px 0 25px;
	/*background:url(../images/bg-nav.png) no-repeat;*/
	width:350px;
	margin-left:275px;
	padding-top:273px;
	
}
#nav{
	margin:0;
	padding:0 0 15px;
	list-style:none;
	text-transform:none;
	font-family:"Times New Roman";
	font-size:13px;
	line-height:26px;
	letter-spacing: 0px;
    font-weight: bold;
	
}
#nav li{
	vertical-align:top;
	list-style:none;
	padding:0 0 6px 26px;
	list-style-position: outside;
	text-align:justify;
	/*background-image:url(../images/index_12.gif);*/
	background-position:bottom; 
	background-repeat:no-repeat;
}
#nav li a{
	color:#000;
	margin-left:30px;
	text-decoration:none;
	
}
.columbottom {
	width:900px;
	margin-left:30px;
	height:390px;
	
}

#footer {
	width:960px;
	height:100px;
}


.navbottom {
    
    width: 955px;
    z-index: 999;
	display: block;
    vertical-align: baseline;
	margin-top:40px;
	
}
/*#clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}*/
.navbottom ul {
    background-color:#333;
	float:right;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 35px;
	list-style: none;
	text-align: center;
}
/*#clearfix {
    display: block;
	float:right;
	width: 420px;
}
*/

.navbottom li {
    float: left;
	list-style:none;
	/*padding:0 0 6px 26px;*/
	list-style-position: outside;
	text-align:justify;
	
}
.navbottom li a {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.01);
    border: 0 none;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    height: 30px;
    padding: 10px 12px 0;
	
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.navbottom a:hover {
    background: #66944b;
    height: 30px;
    padding: 5px 12px 0;
}
